This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I have a soap web service that calls a script library function. Function opens up the ID Vault on our admin server (library signed by adminID). Does a quick GetDocByKey of a AD Attribute for users fully qualified name. If it finds a match it detachs UserID file and renames it out to a share. There is a tool we use to setup Notes that is outside of notes (C#) that calls this service. Then it picks up the ID file and drops it to local machine and finishes setup. The ID file once extracted out to share and then to local machine. When trying to switch to that ID file I am getting a "Unsupported ID File Version". I did a google search and found nothing specific to tell me just about detaching it. I saw an earlier post from 2010 about needing password in order to detach it. Is this still the case or am I doing something wrong. Here is my code.
Dim userIDFile As NotesEmbeddedObject
Set userIDFile = idVaultDoc.GetAttachment("UserID")
If userIDFile.Filesize > 0 Then
Call userIDFile.ExtractFile(pathName + tUserIDName + ".id")
returnMessage = "Y-IDExtracted"
Else
returnMessage = "X-BadFileSize"
End If
Thanks in advance for any help/advice.
Steven
Feedback number WEBB93SSFG created by ~Patti Lopboosimannivu on 01/09/2013
Status: Open
Comments: